test method
英音[ test ˈmeθəd ] 美音[ test ˈmeθəd ]

检验法

常用释义

词性释义

测试方法:科学或工程中进行测试的方法,例如物理测试、化学测试或统计测试。
例句
  • 全部
1·The following test method is used.
然后使用下面这个测试方法。
2·Our test method, then, looks like this
因而,我们的测试方法类似于
3·Example of calling a unit test method.
调用单元测试方法的实例。
4·Each test method has its own unique TDT.
每个测试方法都有其惟一的TDT。
5·Executes the setUp method before each test method.
在执行每个测试方法之前执行setUp方法。
6·The test method for this example looks like Listing 4.
此示例的测试方法类似于清单 4。
7·Test success is indicated by completion of a test method.
测试成功通过测试方法的完成来指示。
8·Third, the original expectation of the test method has not changed.
第三,测试方法的原始期望并未更改。
9·matrix method will create a test method for every applicable result
ZenTest通过Setup方法保存案例,matrix方法为每一个应用结果创建一个测试方法
10·To turn it on, call EasyMock.verify (mock) at the end of your test method.
要想启用它,应该在测试方法末尾调用EasyMock . verify (mock)。